home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Into His Marvelous Light
/
Into His Marvelous LIGHT.iso
/
lesson1.dxr
/
00121_Script_Go Previous Button
< prev
next >
Wrap
Text File
|
2001-09-05
|
655b
|
31 lines
-- DESCRIPTION --
on getBehaviorDescription me
return "¼
GO PREVIOUS BUTTON"&RETURN&RETURN&"¼
Moves the playback head to the previous marker ¼
when the user clicks on the sprite."&RETURN&RETURN&"¼
PERMITTED MEMBER TYPES:"&RETURN&"Graphic members"&RETURN&RETURN&"¼
PARAMETERS: None"
end getBehaviorDescription
on getBehaviorTooltip me
return "¼
Use with graphic members."&RETURN&RETURN&"¼
Moves the playback head to the"&RETURN&"¼
previous marker on mouseUp."
end getBehaviorTooltip
-- HISTORY --
-- 3 November 1998, written for the D7 Behaviors Palette by James Newton
on mouseUp me
go #previous
end mouseUp